home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / comm / htmst608.zip / HTMSTRIP.INI < prev    next >
INI File  |  1996-08-17  |  6KB  |  265 lines

  1. [HTMSTRIP]
  2. ; Normal lookups.  What HTML codes are replaced by what codes?
  3. ; Where descriptions are provided in the comment section, they're from
  4. ; Dave Raggett's HyperText Markup Language Specification Version 3.0
  5. ; draft (03/28/95)
  6. Æ  = Æ
  7. Á = A
  8.   = A
  9. À = A
  10. Å  = Å
  11. à= A
  12. Ä   = Ä
  13. Ç = Ç
  14. Р   = D
  15. É = É
  16. Ê  = E
  17. È = E
  18. Ë   = E
  19. Í = I
  20. Π = I
  21. Ì = I
  22. Ï   = I
  23. Ñ = Ñ
  24. Ó = O
  25. Ô  = O
  26. Ò = O
  27. Ø = φ
  28. Õ = O
  29. Ö   = Ö
  30. Ú = U
  31. Û  = U
  32. Ù = U
  33. Ü   = Ü
  34. Ý = Y
  35. á = á
  36. â  = â
  37. æ  = æ
  38. à = à
  39. &    = &
  40. å  = å
  41. ã = a
  42. ä   = ä
  43. ¦ = |
  44. ç = ç
  45. &cdots;  = ∙∙∙     /* Three dots on same level as minus sign
  46. ¢   = ¢
  47. ©   = (c)
  48. °    = °
  49. é = é
  50. ê  = ê
  51. è = è
  52.     = \032    /* Thick space
  53.     = \032
  54. ë   = ë
  55. ½ = ½
  56. ¼ = ¼
  57. >     = >
  58. í = í
  59. î  = î
  60. ¡  = ¡
  61. ì = ì
  62. ¿ = ¿
  63. ï   = ï
  64. «  = «
  65. &ldots;  = ...     /* Three dots on the baseline
  66. <     = <
  67. —  = -
  68. µ  = µ
  69. · = ·
  70.     = \032
  71. –  = -
  72. ¬    = ¬
  73. ñ = ñ
  74. ó = ó
  75. ô  = ô
  76. ò = ò
  77. ø = φ
  78. õ = o
  79. ö   = ö
  80. ¶   = 
  81. ± = ±
  82. £  = £
  83. &quad;   = \032    /* Huge space
  84. "   = \034
  85. »  = »
  86. ®    = (R)
  87. §   = S
  88. &sp;     = \032    /* Space
  89. ²   = ²
  90.   = \032    /* Thin space
  91. ú = ú
  92. û  = û
  93. ù = ù
  94. ü   = ü
  95. &vdots;  = |       /* Three vertical dots
  96. ý = y
  97. ¥    = ¥
  98. ÿ   = ÿ
  99.  
  100. ; These codes have started being used too
  101. ™  = (R)       /* Registered trademark */
  102.  
  103. ; Numeric codes:  ISO 8859/1 8-bit single-byte graphic character set
  104. ; The beginning set are shared by IBM PC's so there's not much difference
  105.     = \032      /* Space
  106. !    = !
  107. "    = \034      /* Double quotation mark
  108. #    = #
  109. $    = $
  110. %    = %
  111. &    = &
  112. '    = '
  113. (    = (
  114. )    = )
  115. *    = *
  116. +    = +
  117. ,    = ,
  118. -    = -
  119. .    = .
  120. /    = /
  121. 0    = 0
  122. 1    = 1
  123. 2    = 2
  124. 3    = 3
  125. 4    = 4
  126. 5    = 5
  127. 6    = 6
  128. 7    = 7
  129. 8    = 8
  130. 9    = 9
  131. :    = :
  132. ;    = ;
  133. <    = <
  134. =    = =
  135. >    = >
  136. ?    = ?
  137. @    = @
  138. A    = A
  139. B    = B
  140. C    = C
  141. D    = D
  142. E    = E
  143. F    = F
  144. G    = G
  145. H    = H
  146. I    = I
  147. J    = J
  148. K    = K
  149. L    = L
  150. M    = M
  151. N    = N
  152. O    = O
  153. P    = P
  154. Q    = Q
  155. R    = R
  156. S    = S
  157. T    = T
  158. U    = U
  159. V    = V
  160. W    = W
  161. X    = X
  162. Y    = Y
  163. Z    = Z
  164. [    = [
  165. \    = \
  166. ]    = ]
  167. ; 94 is apparently undefined
  168. _    = _
  169. `    = `
  170. a    = a
  171. b    = b
  172. c    = c
  173. d   = d
  174. e   = e
  175. f   = f
  176. g   = g
  177. h   = h
  178. i   = i
  179. j   = j
  180. k   = k
  181. l   = l
  182. m   = m
  183. n   = n
  184. o   = o
  185. p   = p
  186. q   = q
  187. r   = r
  188. s   = s
  189. t   = t
  190. u   = u
  191. v   = v
  192. w   = w
  193. x   = x
  194. y   = y
  195. z   = z
  196. {   = {
  197. |   = |
  198. }   = }
  199. ~   = ~
  200.  
  201. ; Interestingly, the program HTMLCon from Satore Township defines characters
  202. ; 131 to 160 whereas Dave Raggett's HyperText Markup Language Specification
  203. ; Version 3.0 draft (03/28/95) says they aren't defined at all.  Oh well.
  204. ; Can't hurt to have extras I guess....
  205. €   = .              /* Isn't anywhere but some pages use it
  206.    = (TM)           /* Isn't anywhere but some pages use it
  207. ƒ   = f
  208. …   = .
  209. ˆ   = ^
  210. Š   = S
  211. ‹   = <
  212. ‘   = '
  213. ’   = '
  214. “   = \034
  215. ”   = \034
  216. •   = ■
  217. –   = -
  218. —   = -
  219. ™   = (TM)           /* Isn't in the book but Netscape uses it
  220. ›   = >
  221. Ÿ   = Y
  222.     = \032
  223.  
  224. ; Back to codes that everyone seems to agree on (using Raggett's definitions)
  225. ¡   = ¡      /* Inverted exclamation
  226. ¢   = ¢      /* Cent sign
  227. £   = £      /* Pound sterling (do they still use these?)
  228. ¥   = ¥      /* Yen symbol
  229. ¦   = |      /* Vertical bar
  230. §   = (s)    /* Section symbol
  231. ¨   = ï      /* Umlaut (diaresis)
  232. ©   = (c)    /* Copyright symbol
  233. ª   = °      /* Feminine ordinal
  234. «   = «      /* Left angle quote, guillemoleft
  235. ¬   = ¬      /* Not sign
  236. ­   = -      /* Soft hyphen (shhhh)
  237. ®   = (R)    /* Registered trademark
  238. ¯   = -      /* Macron accent
  239. °   = °      /* Degree sign
  240. ±   = ±      /* Plus or minus
  241. ²   = ²      /* Superscript two
  242. ³   = cubed  /* Superscript three
  243. ´   = '      /* Accute accent
  244. µ   = µ      /* Micro sign
  245. ¶   =       /* Paragraph symbol
  246. ·   = ∙      /* Middle dot
  247. ¸   = ç      /* Cedilla
  248. ¹   = primed /* Superscript one
  249. º   = °      /* Masculine ordinal
  250. »   = »      /* Right angle quote, guillemotright
  251. ¼   = ¼      /* Fraction one-fourth
  252. ½   = ½      /* Fraction one-half
  253. ¾   = 3/4    /* Fraction three-fourths
  254. ¿   = ¿      /* Inverted question mark
  255. ; Then they redefine basically all of the foreign characters again but,
  256. ; for a US-er, that gets pretty dull and I don't recognize them anyway.
  257. ; So, in order to save memory, I'll leave them out.  Sorry guys! :)
  258. ×   = *      /* Multiplication sign
  259. ÷   = /      /* Division sign
  260.  
  261. ; Special lookups.  Only these three can be redefined.
  262. <A>      = (link)
  263. <IMG>    = (image)
  264. <INPUT>  = [Input]
  265.